Meaning asynchronous iterator
What does asynchronous iterator mean? Below you find one meaning for the word asynchronous iterator You can also add a definition of asynchronous iterator yourself

1

0 Thumbs up   0 Thumbs down

asynchronous iterator


An object that implements __aiter__() and __anext__() methods. __anext__ must return an awaitable object. async for resolves awaitable returned from asynchronous iterator’s __anext__() method until it [..]
Source: docs.python.org




<< asynchronous iterable awaitable >>